home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the movieRate of sprite 2 then
- checkMainRollover2()
- go(the frame)
- else
- if rollOver(2) then
- go(the frame)
- else
- set the movieTime of sprite 2 to 0
- set the movieRate of sprite 2 to 0
- go("ViewR")
- end if
- end if
- end
-
- on mouseUp
- set the movieTime of sprite 2 to 0
- set the movieRate of sprite 2 to 0
- go("ViewR")
- pass()
- end
-